From f620c6bd15ea41b66435a13f4d17868d0fc634be Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Wed, 1 Mar 2006 07:12:40 +0000 Subject: [PATCH] (reftex-toc-map): Fixed typo, follow-mouse must be follow-link. --- lisp/textmodes/reftex-toc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/textmodes/reftex-toc.el b/lisp/textmodes/reftex-toc.el index 50ccdab7632..7508351fb35 100644 --- a/lisp/textmodes/reftex-toc.el +++ b/lisp/textmodes/reftex-toc.el @@ -1011,7 +1011,7 @@ always show the current section in connection with the option ;; Table of Contents map (define-key reftex-toc-map (if (featurep 'xemacs) [(button2)] [(mouse-2)]) 'reftex-toc-mouse-goto-line-and-hide) -(define-key reftex-toc-map [follow-mouse] 'mouse-face) +(define-key reftex-toc-map [follow-link] 'mouse-face) (substitute-key-definition 'next-line 'reftex-toc-next reftex-toc-map global-map) -- 2.30.2